import

suspend fun import(collections: List<Collection>, deleteMissing: Boolean = false): Boolean

Bulk imports the provided Collections configuration.

Parameters

collections

List of collections to import (replace and create).

deleteMissing

If true all existing collections and schema fields that are not present in the imported configuration will be deleted, including their related records data.